home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
dos
/
communic
/
litecomm
/
lctime.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-03-14
|
327 b
|
19 lines
/*
** lctime.h - programmable timer interrupt handler for
** litecomm
** Copyright (c) 1987 - Information Technology, Ltd.
*/
#ifndef LCTIME
#define LCTIME 1
extern volatile unsigned _secs_rem;
extern int lc_insclock(void);
extern void lc_setclock(unsigned);
extern void lc_clrclock(void);
#endif